-
Couldn't load subscription status.
- Fork 21
CI: Add PyPy job #143
base: master
Are you sure you want to change the base?
CI: Add PyPy job #143
Conversation
Update multibuild
|
Works now. Bunch of failures and crashes, though(mostly related to to_csv, datetimes, intersection) when running tests, which is expected, but most of the core tests are passing. The only question remaining is whether we should move forward with providing wheels. Not sure why the other linux/macos builds are crashing. They seem flaky, but are also failing consistently on this branch. |
added needs discussion label to pandas-dev/pandas#42509 |
| # pandas 1.4 requires py3.8+, remove this job on 1.4 release | ||
| NIGHTLY_BUILD: "false" | ||
| pypy_3.7_64: | ||
| MB_PYTHON_VERSION: "pypy3.7-7.3.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can switch to pypy-3.8 instead
Works but got some errors. Need discussion on how to proceed.